StatusListInfo

@Serializable
data class StatusListInfo(val statusList: StatusListInfo.StatusList) : CborEncodable

Constructors

Link copied to clipboard
constructor(statusList: StatusListInfo.StatusList)

Types

Link copied to clipboard
@Serializable
data class StatusList(val idx: UInt, val uri: String) : CborEncodable

This is a revocation status information, stored in mDoc object. It can be used to update the status of the credential.

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun encode(): CBORObject
Link copied to clipboard
open fun encodeToBytes(): ByteArray